home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / rexx / line.mg < prev    next >
Text File  |  1995-03-09  |  146b  |  11 lines

  1. /* exercise the rexx-line command */
  2.  
  3. options results
  4. options failat 2
  5.  
  6. 'rexx-line'
  7. save = result
  8. 'end-of-buffer'
  9. 'rexx-insert' '"'save'"'
  10. exit 0
  11.